﻿@charset "utf-8";

/* CSS Document */

*{	padding:0;	margin:0;}

.swiper-banner{position: relative;	height:632px; width: 100%;overflow: hidden;margin-top: 100px;}

.swiper-banner .pcimg{width: 100%;height: 100%;background-size: cover;}

.arrow-left {

  background: url(../images/arrows.png) no-repeat left top;

  position: absolute;

  left: 10px;

  top: 50%;

  margin-top: -15px;

  width: 17px;

  height: 30px;

  z-index:10;

}

.arrow-right {

  background: url(../images/arrows.png) no-repeat left bottom;

  position: absolute;

  right: 10px;

  top: 50%;

  margin-top: -15px;

  width: 17px;

  height: 30px;

  z-index:10;

}

.pagination {

  position: absolute; z-index:1;

  left: 0;

  text-align: center;

  bottom:5px;

  width: 100%;

}

.swiper-pagination-switch {

  display: inline-block;

  width: 10px;

  height: 10px;

  border-radius: 10px;

  background: #999;

  margin: 0 3px;

  cursor: pointer;

}

.swiper-active-switch {

  background: #fff;

}

.swiper-slide{

	position:relative;

	opacity:0;

	transition: opacity 0.7s ease-in-out;

}

.swiper-slide-active{

	opacity:1;

}

.swiper-slide .img{

	position:absolute;

}

.slidecon{

	position:relative; text-align: center;

	display:block;

	max-width:1000px;

	height:634px;

	margin:0 auto;

}

.banner_txt{width: 100%; height: 100%;position: absolute;top: 0;left: 0; }

.slide4 .b-1 {left:150px;top:300px;}

.slide4 .b-2 {left:350px;top: 170px;}

.slide3 .b-1 {left:150px;top:300px;}

.slide3 .b-2 {left:350px;top: 170px;}

.slide2 .b-1 {left:0;top:300px;}

.slide2 .b-2 {left:0;top: 170px;}

.slide1 .b-1 {left:auto;right:0;top:300px;}

.slide1 .b-2 {left:auto;right:0;top: 170px;}

.slide1 .slidecon,.slide2 .slidecon{max-width: 1200px;}





.loop{

	animation-iteration-count: infinite;/*无限*/

	animation-timing-function:linear;/*平滑*/

}

.targetBtn {

    margin-top: 20px;

    position: absolute;

    bottom: 60px;

    left: 352px;

    z-index: 999;

}

.targetBtn a{

	height:50px;

	border-radius:50px;

	background:rgba(0,0,0,.5);

	float:left;

	line-height:50px;

	text-align:center;

	color:#fff;

	text-decoration:none;

	}

.targetBtn .a1{

	width:110px;

	}

.targetBtn .a2{

	width:170px;

	margin-left:15px;

	}	



@media only screen and (max-width:767px) {

.banner_txt{width: 100%; height: 100%;}

.swiper-slide .b-1 {left:40px;top:100px;max-width:300px;}

.swiper-slide .b-2 {top: 200px;left:40px;}

.arrow-left,.arrow-right{display: none;}

.swiper-banner{ height:400px;}

.slidecon{height:400px;}

}

@media only screen and (max-width:320px) {

.swiper-slide .b-1 {left:20px;max-width:280px;}

.swiper-slide .b-2 {left:20px;}

}



/*自定义CSS动画*/

.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}

@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}

10%{opacity: 1;}

100%{opacity: 1;left:550px;}}

@keyframes moveRight{0%{opacity: 0;left:0px;}

10%{opacity: 1;}

100%{opacity: 1;left:550px;}}



.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}

@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}

10%{opacity:1;}

100%{opacity:1;left:-370px;}}

@keyframes moveLeft{0%{opacity:0;left:390px;}

10%{opacity:1;}

100%{opacity:1;left:-370px;}}







@media only screen and (max-width: 767px) {

  .swiper-banner{margin-top: 0;}

}